home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / sparks.swf / scripts / DefineButton2_267 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  392 b   |  20 lines

  1. on(release){
  2.    _root.gotoAndPlay("practice");
  3.    tellTarget("_root.background")
  4.    {
  5.       gotoAndStop(1);
  6.       tellTarget("_root.hit2")
  7.       {
  8.          gotoAndStop(1);
  9.          tellTarget("_root.hit7")
  10.          {
  11.             gotoAndStop(1);
  12.             tellTarget("_root.directions")
  13.             {
  14.                gotoAndStop(1);
  15.             }
  16.          }
  17.       }
  18.    }
  19. }
  20.